-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move from create react app to vite #1900
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Eddasol
force-pushed
the
vite
branch
8 times, most recently
from
December 19, 2024 11:31
ec98d04
to
ea2f20e
Compare
7 tasks
Most of the linting is currently turned off as the the current implementation of frontend isn't complying with those rules. Fixing this will be solved as separate issue #1908 |
Eddasol
force-pushed
the
vite
branch
6 times, most recently
from
December 20, 2024 07:25
3db49b5
to
b17ebce
Compare
This involves: * Install vite and uninstall react-app * Adding of vite scripts in package.json * Updating index.html * Move to root * Removing %PUBLIC_URL% * Add vite.config.ts * Aliases to solve absolute imports * esnext target build to solve "Top-level-await" error * Setting 3001 as port * Replace react app env with vite env * Update tsconfig for Vite * Rename environment variables to VITE prefix
andchiind
approved these changes
Dec 20, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This involves:
Based on https://dev.to/henriquejensen/migrating-from-create-react-app-to-vite-a-quick-and-easy-guide-5e72
Ready for review checklist: